Creation information for a command buffer. More...
#include <kanzi/gfx/create_info.hpp>
Public Types | |
| using | HandleType |
| Command buffer handle. | |
Public Attributes | |
| uint32_t | commandSize |
| The maximum size in bytes for the command buffer. | |
Public Attributes inherited from kanzi::gfx::BaseCreateInfo | |
| string_view | name |
| The name of the graphics object, useful for debugging. | |
Creation information for a command buffer.
A command buffer contains graphics commands that are processed by the backend.
Command buffer handle.
| uint32_t kanzi::gfx::CommandBufferCreateInfo::commandSize |
The maximum size in bytes for the command buffer.